<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,select,textarea,button{-webkit-appearance:none; resize: none; outline: none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
input[type=text]::-ms-clear,
 input[type=tel]::-ms-clear,
 input[type=number]::-ms-clear{
      display: none;
 }
select::-ms-expand {
        display: none;
   }
/* 图片自适应 */
img {
/*max-width: 100%;*/
height: auto;
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}

/*初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0;}
body{font: normal 14px "微软雅黑","Microsoft YaHei","宋体",Tahoma,Helvetica,Arial,sans-serif; color:#333; background:#fff;}
em,i{font-style:normal;}
a{text-decoration:none; color:#333; font-family:"微软雅黑","Microsoft YaHei","宋体",Tahoma,Helvetica,Arial,sans-serif; }
a:hover{color:#006eb2; text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; }
img{border: none; vertical-align: middle;}
input{ border:1px solid #999; padding:2px 0; }

/*清楚浮动*/
.clearfix:after,.clearfix:before{ content:""; display:table;}
.clearfix:after{ clear:both;}
.clearfix{*zoom:1;}
.elli { overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.overhid { overflow: hidden; }
.fl{float: left;}
.fr{float: right;}
.nomr { margin-right:0px !important; }
.hiden { display:none; }
.maindiv { width:1140px; margin:0 auto; position:relative; }
.fulldiv { width:100%; margin:0 auto; position:relative; }
.huibg { background-color:#f4f4f4; }
hr{ height:1px;border:none;border-top:#e8e8e8 1px solid; }

.pl20 { padding-left:20px; }
.pr20 { padding-right:20px; }
.blank10 { height:10px; line-height:10px; clear:both; visibility:hidden; }
.blank20 { height:20px; line-height:20px; clear:both; visibility:hidden; }
.blank30 { height:30px; line-height:30px; clear:both; visibility:hidden; }
.blank40 { height:40px; line-height:40px; clear:both; visibility:hidden; }
.blank50 { height:50px; line-height:50px; clear:both; visibility:hidden; }
.blank60 { height:60px; line-height:60px; clear:both; visibility:hidden; }
.blank70 { height:70px; line-height:70px; clear:both; visibility:hidden; }
.blank80 { height:80px; line-height:80px; clear:both; visibility:hidden; }
.blank90 { height:90px; line-height:90px; clear:both; visibility:hidden; }
.blank100 { height:100px; line-height:100px; clear:both; visibility:hidden; }</pre></body></html>